.topheader {
  width: 100%;
  padding: 0 20px 0 10px;
  background-color: var(--primaryblue);
  display: flex;
  height: 62px;
  align-items: center;
  position: fixed;
  right: 0;
  margin: 0px auto;
  z-index: 7;
  transition: all 0.2s ease;
}
.topheader.sidebar-minimized{
  width: calc(100% - 65px);
}
.topheader .left {
  height: 62px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.topheader .nav-toggler-header {
  display: flex;
  align-items: center;
}
.topheader .right {
  text-align: right;
  position: relative;
}
.topheader .logo {
  display: inline-block;
  vertical-align: middle;
}
.topheader .right ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}
@media screen and (max-width:800px) {
  .topheader .right ul li{
    padding-left: 10px;
  }
}
.image-wrapper {
  height: 44px;
  width: 44px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
.image-wrapper img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.detailtopheader .topsearch input {
  background-color:var(--white);
}
.chat-icon .chat-unreads {
  padding: 0 2px;
  width: auto;
  min-width: 15px;
}
.user_profile_wrapper .user_profile_detail {
  width: calc(100% - 44px);
  padding-left: 8px;
  padding-right: 25px;
}
.user_profile_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.user_profile_wrapper .user_profile_detail p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #2843df;
  margin: 0;
  line-height: normal;
}
.user_profile_wrapper .user_profile_detail span {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #666a80;
}
.user_profile_wrapper .edit_option {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
#userprofile_dropdown + .dropdown-menu {
  width: max-content;
}
.topheader .right ul li.dropdown.show #notification_dropdown,
.topheader .right ul li.dropdown.show .headuser_drop{
  z-index: 8;
}
.topheader .right ul li.dropdown #notification_dropdown,
.topheader .right ul li.dropdown.show .headuser_drop{
  position: relative;
}
.topheader .right ul li.dropdown::after {
  content: '';
  position: unset;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.topheader .right ul li.dropdown.show::after {
  z-index: 7;
  opacity: 1;
  display: block;
  position: fixed;
}
.topheader .right ul li.dropdown.show::after,
.topheader .right ul li.dropdown::after{
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.topheader .right ul li.dropdown .dropdown-menu::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0px 12px;
  border-color: var(--white) transparent transparent transparent;
  display: inline-block;
  top: -9px;
  z-index: 800;
  position: absolute;
  transform: rotate(180deg);
  transition: all 0.3s linear;
  right: 19px;
}
.topheader .right ul li.dropdown > a{
  min-width: 24px;
  height: 24px;
}
.chat-unreads{
  position: absolute;
  top: -2px;
  background: #eaecfc;
  min-width: 16px;
    height: 16px;
  border-radius: 8px;
  right: -7px;
  font-size: 8px;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
  color: #2843df;
}

/*  */
/*  */
/*  */
/* history dropdown  */
.history-icon{
  z-index: 100;
}
.history-icon .dropdown-menu {
  width: 300px;
  padding-right: 0;
  padding-left: 0;
  left: 20px !important;
}
.history-icon .history-main {
  max-height: 313px;
  overflow-y: scroll;
  padding-right: 10px;
  padding-left: 2px;
}
.history_header {
  padding: 16px;
  border-bottom: 1px solid #eaecfc;
}
.history_header span {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  color: var(--secondaryblue);
}
#history_list li{
  height: 45px;
  line-height: 45px;
  padding: 3px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#history_list li:hover{
  background: var(--lightblue);
  padding:0px 5px ;
}
#history_list li a{
  color:#212529 !important;
  line-height: 25px;
  font-size: 14px;
}
#history_list li .close-icon{
  right: 0;
  height: 45px;
  display: grid;
  place-items: center;
}
.history-icon.show ~ .cons-status span.select2,.history-icon.show + .notification-icon,.history-icon.show ~ .dropdown,.notification-icon.show + .dropdown{
  z-index: 100;
}
/* history dropdown  */
/*  */
/*  */
/*  */
.notification-icon .dropdown-menu , .applicant_list-icon .dropdown-menu {
  width: 374px;
  padding-right: 0;
  padding-left: 0;
  left: 20px !important;
}
.notification-icon .notification-main , .applicant_list-icon .notification-main {
  max-height: 313px;
  overflow-y: scroll;
  padding-right: 16px;
  padding-left: 16px;
}
.notification_header ,.applicant_list_header {
  padding: 16px;
  border-bottom: 1px solid #eaecfc;
}
.notification_header span, .applicant_list_header span {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  color: var(--secondaryblue);
}
@media screen and (max-width:500px) {
  .notification-icon .dropdown-menu,.applicant_list-icon .dropdown-menu {
    width: 280px;
  } 
}
.logout-icon {
  filter:  brightness(0) invert(1);
}
.logout-icon .dropdown-item {
  background: none !important;
}
.clear_btn {
  border-radius: 4px;
  background-color: var(--secondaryblue);
  color: var(--white) !important;
  width: 64px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
}
.clear_btn:hover {
  background-color: #2843df;
}
.bottom-border {
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  margin: 0 auto;
  height: 1px;
  background-color: var(--primaryblue);
  width: 0%;
  transition: width 0.5s ease;
}



/* top-search bar */
body.top-search-opened {
  overflow: hidden;
}
.top_search_wrapper {
  position: relative;
  flex-grow: 1;
  max-width: 400px;
  margin-left: 20px;
}
.top_search_wrapper.opened .top_search_wrapper_backdrop {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.top_search_wrapper .top_search_input_wrapper {
  background: #fff;
  height: 40px !important;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  z-index: 5;
  border: 2px solid #eff3ff;
}
.top_search_input_wrapper .top_search_image {
  padding: 0 10px;
}
.top_search_input_wrapper .close_search_image {
  display: none;
  padding-right: 10px;
}
.top_search_wrapper .top_search_input {
  background: none !important;
  outline: none !important;
  border: none !important;
  font-size: 14px !important;
  box-shadow: none !important;
  height: 36px;
  padding-left: 0 !important;
}
.top_search_wrapper .top_search_listing_wrapper {
  position: absolute;
  top: calc(100% + 8px);
  background: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 4px 8px #a4a4a4cf;
  z-index: 4;
  display: none;
}
.top_search_wrapper.opened .top_search_listing_wrapper {
  display: block;
}
.top_search_wrapper .top_search_listing_wrapper .inner {
  max-height: 400px;
  overflow-y: scroll;
}

.top_search_wrapper .top_search_list {
  padding-right: 10px;
}
.top_search_wrapper .top_search_list_item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.top_search_wrapper .top_search_list_item:not(.no_search_found) {
  border: 2px solid transparent;
}
.top_search_wrapper .top_search_list_item.no_search_found {
  cursor: default;
  padding: 20px 8px;
  text-align: center;
}
.top_search_wrapper .top_search_list_item:not(.no_search_found):hover {
  background: #eff3ff;
  box-shadow: 0 4px 12px #d5d5d51f;
  border-color: #2843df !important;
}


.top_search_wrapper .top_search_list_item.hover--selected,
.top_search_wrapper .top_search_list_item:not(.no_search_found):hover {
  background: #eff3ff;
  box-shadow: 0 4px 12px #d5d5d51f;
  border-color: #2843df !important;
}

.top_search_wrapper .top_search_list_item:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eff3ff;
}
.top_search_wrapper .top_search_list_item a {
  display: block;
  padding: 4px 8px;
}
.top_search_wrapper .top_search_list_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #212529;
  margin: 0;
}
.top_search_wrapper .top_search_list_item p span {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primaryblue);
}
.top_search_wrapper .top_search_list_item .top_search_secondary_text {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #666a80;
}

/* top-search bar */